home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m09.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  447 b   |  21 lines

  1. on exitFrame
  2.   if rollOver(8) then
  3.     puppetSprite(8, 1)
  4.     set the castNum of sprite 8 to cast "b014.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 8 to cast "b014"
  8.     updateStage()
  9.   end if
  10.   if rollOver(9) then
  11.     puppetSprite(9, 1)
  12.     set the castNum of sprite 9 to cast "b038.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 9 to cast "b038"
  16.     updateStage()
  17.   end if
  18.   mainMenuRollovers()
  19.   go(the frame)
  20. end
  21.